home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global comp, prev
- if prev > 0 then
- set prev to 0
- updateStage()
- repeat with x = 2 to 8
- set the visible of sprite x to 1
- end repeat
- end if
- repeat with i = 13 to 18
- puppetSprite(i, 0)
- end repeat
- testbut()
- set comp to 1
- set the textSize of field "movie" to 48
- set the textSize of field "name" to 36
- repeat with x = 21 to 45
- set the visible of sprite x to 0
- end repeat
- updateStage()
- repeat with x = 46 to 47
- puppetSprite(x, 1)
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- if count(movielist) > 0 then
- unLoadCast()
- go(18)
- else
- go("NoMov")
- end if
- end
-